From: Stefan Monnier Date: Fri, 2 Nov 2018 20:14:49 +0000 (-0400) Subject: * lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~4618 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aee434c3e0e05b4e490753598e4601feb9b9616e;p=emacs.git * lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index ec46a479ed8..7979ef3328a 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1141,7 +1141,7 @@ current buffer and the selected frame, respectively." (format "Describe symbol (default %s): " v-or-f) "Describe symbol: ") - obarray + #'help--symbol-completion-table (lambda (vv) (cl-some (lambda (x) (funcall (nth 1 x) vv)) describe-symbol-backends))